home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / mathlib.h < prev    next >
Text File  |  1989-05-03  |  326b  |  8 lines

  1. /*     General Math Library        File: MATHLIB.H
  2.            18 Nov 1986       */
  3.  
  4. double Exp10 (int  N);   /* return 10 ** N */
  5. int    Isin  (char Dir); /* integer sine from direction H or V */
  6. int    Icos  (char Dir); /* integer cosine from direction H or V */
  7. int    Sign  (int  X);   /* return 1 with sign of X */
  8.